chore(deps): bump google.golang.org/grpc from 1.57.1 to 1.79.3 in /manifests/src/main/resources/runtime/flox/nri-plugin in the go_modules group across 1 directory#6
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go_modules group with 1 update in the /manifests/src/main/resources/runtime/flox/nri-plugin directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.57.1 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.57.1...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
165a306 to
d6b84a3
Compare
nxmatic
added a commit
that referenced
this pull request
May 28, 2026
Complete Phase 1 deliverables #5-7 for GitOps + Cluster API transition: - Image-state ConfigMap for Stage A → Stage B handoff - Flux GitRepository and root Kustomization for GitOps bootstrap - SOPS age Secret for encrypted resource decryption ## Deliverable #5: Image-State ConfigMap **ImageStateConfigMapManifestUnit**: - Creates `<cluster>-image-state` ConfigMap in `capn-system` namespace - Contains Stage A → Stage B handoff data: - imageAlias: "control-node" - imageFingerprint: from imageProvider - imageBuildChecksum: from BuildMetadata - incusProject: "rke2lab" - incusRemoteAddress: cluster remote URI - Currently uses placeholders - will integrate with Stage A outputs **Purpose**: seed-peers (Phase 2) reads this ConfigMap to populate LXCMachineTemplate.spec.template.spec.image references ## Deliverable #6: GitOps Bootstrap Layer **FluxRootManifestUnit**: - Creates GitRepository CR pointing to this repo (branch: main) - Creates root Kustomization CR watching `gitops/clusters/<cluster>/` - Configures SOPS decryption with age key Secret reference - Solves chicken-and-egg: applied by rke2lab-cluster-manifests.service at first boot, then Flux self-manages from gitops/ directory **Pattern**: Bootstrap layer emits the CRs, same CRs also committed under `gitops/flux-system/` for self-reference ## Deliverable #7: Age Key Bootstrapping **SopsAgeSecretManifestUnit**: - Creates `sops-age` Secret in `flux-system` namespace - Reads private age key from `.secrets` (flux.ageKey) - Enables Flux to decrypt SOPS-encrypted resources (Phase 2 cloud-init) **Operator setup required**: 1. Generate keypair: `age-keygen -o cluster-age.key` 2. Add private key to `.secrets` under `flux.ageKey` 3. Add public key to `gitops/clusters/<cluster>/.sops.yaml` 4. Encrypt `.secrets` with SOPS and commit `.sops.yaml` ## Registration All units registered in their respective domain registrars: - ClusterApiDomainRegistrar: ImageStateConfigMapManifestUnit - GitopsDomainRegistrar: FluxRootManifestUnit, SopsAgeSecretManifestUnit Applied when `link.clusterApi.enabled: true` and `link.gitops.enabled: true` (both default true in ManifestLinkPolicy) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8c8d4c4 to
3d1cbe6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go_modules group with 1 update in the /manifests/src/main/resources/runtime/flox/nri-plugin directory: google.golang.org/grpc.
Updates
google.golang.org/grpcfrom 1.57.1 to 1.79.3Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
dda86dbChange version to 1.79.3 (#8983)72186f1grpc: enforce strict path checking for incoming requests on the server (#8981)97ca352Changing version to 1.79.3-dev (#8954)8902ab6Change the version to release 1.79.2 (#8947)a928670Cherry-pick #8874 to v1.79.x (#8904)06df363Change version to 1.79.2-dev (#8903)782f2deChange version to 1.79.1 (#8902)850eccbChange version to 1.79.1-dev (#8851)765ff05Change version to 1.79.0 (#8850)68804beCherry pick #8864 to v1.79.x (#8896)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.